home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 2.iso / pc / mmenu.dir / Internal_24.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  178 b   |  11 lines

  1. on exitFrame
  2.   if rollOver(5) then
  3.     set the visible of sprite 5 to 1
  4.     updateStage()
  5.   else
  6.     set the visible of sprite 5 to 0
  7.     updateStage()
  8.   end if
  9.   stayhere()
  10. end
  11.